@charset "utf-8";



.mt_50 {
    margin-top: 80px;
}

.banner_page .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid transparent;
    opacity: 1;
}

.banner_page .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: transparent;
    border-color: #ffffff;
}

.swiper-button-prev, .swiper-button-next {
    display: none;
    width: 30px;
    height: 50px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .4);
    line-height: 50px;
}

.swiper-button-prev {
    left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.swiper-button-next {
    right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next, .swiper_con:hover .swiper-button-prev, .swiper_con:hover .swiper-button-next {
    display: block;
}

.swiper-button-prev i, .swiper-button-next i {
    font-size: 35px;
    /*vertical-align: super;*/
}

.swiper-button-prev i {
    margin-left: 5px;
}

.swiper-button-next i {
    margin-left: -10px;
}

.swiper-container:hover .swiper-button-disabled {
    display: none;
}

.title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ededed;
    line-height: 50px;
    margin-top: 35px;
}

.title span {
    font-family: font-max;
    font-size: 22px;
    color: #0476cc;
    position: relative;
    float: left;
}

.title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #0476CC;
    position: absolute;
    top: 48px;
    left: 0;
}

.title > a {
    color: #999;
    font-size: 14px;
    font-family: font-max;
    float: right;
    padding-top: 5px;
}

.title > a:hover {
    color: #0476CC;
}

.title .tab {
    width: auto;
    height: 50px;
    float: left;
    margin-left: 15px;
}

.title .tab a {
    font-family: font-max;
    font-size: 14px;
    margin: 0 5px;
    color: #666;
    position: relative;
}

.title .tab a.active {
    color: #0476cc;
}

.title .tab a:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #666;
    position: absolute;
    right: -7px;
    top: 0;
}

.title .tab a:last-child:after {
    display: none;
}

.title .tab a:hover {
    color: #0476CC;
}

.new_row_1 {
    margin-top: 40px;
}

.news_type_1 {
    width: 85%;
    overflow: hidden;
}

.news_type_1 .img {
    width: 340px;
    min-height: 268px;
    border: 1px solid #dddddd;
}

.news_type_1 img {
    width: 100%;
    min-height: 204px;
}

.news_type_1 .text h2 {
    font-size: 18px;
    padding-top: 25px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}

.news_type_1 .text h3 {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 35px;
}

.news_type_1 .text p {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_type_2 {
    width: 100%;
    padding: 0 20px;
}

.news_type_2 li {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
}

.news_type_2 h2 {
    font-size: 16px;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: pre;
}

.news_type_2 h2:before {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #0476CC;
    position: absolute;
    left: 0;
    top: 0;
}

.news_type_2 p {
    font-size: 14px;
    padding: 15px 0 15px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_type_2 a:hover p {
    color: #0476CC;
}

.news_type_2 ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.news_type_3 dt {
    line-height: 70px;
    border-bottom: 1px dashed #EDEDED;
}

.news_type_3 dt a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: font-max;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_type_3 dd {
    padding: 10px 0;
    overflow: hidden;
    font-size: 14px;
}

.news_type_3 dd a {
    display: block;
    width: 65%;
    float: left;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_type_3 dd a:before, .news_type_4 li a:before {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background: #0476CC;
    position: absolute;
    left: 0;
    top: 0;
}

.news_type_3 dd span {
    display: block;
    width: 20%;
    float: right;
}

.news_type_4 li {
    padding-top: 20px;
}

.news_type_4 li a {
    display: block;
    width: 85%;
    padding-left: 12px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_type_5 .text {
    width: 100%;
    height: auto;
    padding: 5px;
    background: #f5f5f5;
    overflow: hidden;
}

.news_type_5 .text a {
    display: block;
    width: 50%;
    height: auto;
    padding: 5px;
    float: left;
    min-height: 75px;
}

.news_type_6 .text, .news_type_7 .book_box {
    margin-top: 50px;
}

.news_type_6 .text {
    width: 100%;
    overflow: hidden;
}

.news_type_6 .img {
    width: 315px;
    height: 430px;
    float: left;
    border: 1px solid #dddddd;
}

.news_type_6 ul {
    float: left;
    width: calc(100% - 335px);
    height: 430px;
    overflow: hidden;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .news_type_1,.news_type_2 {
        width: 100% !important;
        padding: 0;
        margin: 0 auto;
    }

    .news_type_1 img{
        min-height: 10px !important;
    }

    .news_type_1 .img {
        margin: 0 auto;
    }

    .news_type_6 ul {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
    }

    .news_type_3 dd span{
        font-size: 12px;
        width: 25% !important;
    }
}

.news_type_6 li {
    overflow: hidden;
    margin-bottom: 5px;
}

.news_type_6 ul li:last-child {
    margin-bottom: 0;
}

.news_type_6 .icon_img {
    width: 76px;
    height: 104px;
    float: left;
    position: relative;
    border: 1px solid #dddddd;
}

.news_type_6 .icon_img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, .55);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.news_type_6 li.active .icon_img:after {
    display: none;
}

.news_type_6 li.active h2 {
    color: #0476CC;
}

.news_type_6 .area {
    width: calc(100% - 90px);
    height: 104px;
    float: right;
    border-bottom: 1px solid #EDEDED;
}

.news_type_6 .area h2 {
    padding: 10px 0;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_type_6 .area p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.book_slide .swiper-slide {
    /*margin-right:0!important;*/
    text-align: center;
}

.book_slide img {
    width: 125px;
    height: 170px;
    border: 1px solid #ddd;
}

.book_slide .book_bg {
    width: 100%;
    height: 100%;
    background: url(../img/book_bg.png) center top no-repeat;
    position: absolute;
    left: 0;
    top: -7px;
}

.book_slide .book_bg i {
    display: block;
    width: 49px;
    height: 49px;
    background: url(../img/new.png) center top no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -28px;
    z-index: 9999;
}

.book_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.book_page {
    width: 80px;
    height: 22px;
    line-height: 22px;
    background: #0476CC;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    right: 15px;
    bottom: -40px;
}

.book_page span {
    margin: 0 3px;
    background: #fff;
    opacity: .5;
}

.book_page span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/*期刊*/
.per_box, .brand_box {
    position: relative;
    /*margin: 45px auto;*/
    margin: 30px auto;
}

.brand_box img {
    width: 90%;
}

.per_slide, .brand_slide {
    width: 100%;
}

.prev {
    background: transparent;
    left: -30px;
}

.next {
    background: transparent;
    right: -20px;
}

.prev i, .next i {
    font-size: 40px;
}

.prev:hover i, .next:hover i {
    color: #0476CC;
}

.per_slide .swiper-slide, .brand_slide .swiper-slide {
    text-align: center;
}

.per_slide .swiper-slide img {
    /*width: 165px;*/
    /*height: 220px;*/
    width: 80%;
    height: auto;
    border: 1px solid #dddddd;
}

.per_slide .swiper-slide h2, .brand_slide .swiper-slide h2 {
    margin-top: 20px;
    font-size: 16px;
}

/*.brand_prev, .brand_next {*/
/*margin-top: -38px;*/
/*}*/
.brand_box {
    text-align: center;
}

.brand_item {
    display: inline-block;
    width: 15%;
    text-align: center;
    line-height: 70px;
    font-size: 14px;
    margin: 10px;
}

.brand_add{
    text-align: left;
}